From: Timm Bäder Date: Wed, 21 Aug 2019 08:56:20 +0000 (+0200) Subject: gsktransform: Fix documentation comment X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~321^2^2~983 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6c90d3a1b632b0f156b4d54786af096591e1aa46;p=gtk4.git gsktransform: Fix documentation comment There is no @m. --- diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c index 5d780d3cfc..3ab7d1f3ec 100644 --- a/gsk/gsktransform.c +++ b/gsk/gsktransform.c @@ -1667,8 +1667,8 @@ gsk_transform_new (void) * @out_rect: (out caller-allocates): return location for the bounds * of the transformed rectangle * - * Transforms a #graphene_rect_t using the given matrix @m. The - * result is the bounding box containing the coplanar quad. + * Transforms a #graphene_rect_t using the given transform @self. + * The result is the bounding box containing the coplanar quad. **/ void gsk_transform_transform_bounds (GskTransform *self,